home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / nodee1.arc / SOURCE.ARC / NOD1.H < prev    next >
Text File  |  1991-09-01  |  874b  |  40 lines

  1. /* D:\PROGRAMS\CPP\NOD1.H 8/24/1991 12:34*/
  2.  
  3.     #ifndef __NOD1_H
  4.     #define __NOD1_H
  5.  
  6.         #define SZPOSTSCRIPT "%!PS"
  7.         #define HELPFILE "nodee.hlp"
  8.         #define PRIVATEINI "nodee.ini"
  9.         #define INISECTION "Nodee"
  10.         #define NODCURSOR "NODEE"
  11.         #define MAXFULLFILE 12
  12.  
  13.         #define  IDM_OPT1     1
  14.         #define  IDM_OPT1A 3
  15.         #define  IDM_OPT1B 4
  16.         #define  IDM_OPT1C 7
  17.         #define  IDM_H1       2
  18.         #define  IDM_H1A     5
  19.         #define  IDM_H1B     6
  20.         #define  IDM_H1C   9
  21.  
  22.         #define MYCW_GOBUTTON 201
  23.         #define MYCW_FIRSTLINE 202
  24.         #define MYCW_FILELIST 203
  25.         #define MYCW_DIRLIST 204
  26.         #define MYCW_ICKBUTTON 205
  27.  
  28.         #define MYCW_DIRFIELD 900
  29.  
  30. /* Strings defined in the resource
  31. Since these are loaded in groups of
  32. 16, it makes since to give them
  33. hexadecimal numbers.  */
  34.  
  35.         #define IDS_CAPTION 0x00
  36.         #define IDS_APPNAME 0x01
  37.  
  38.         #define IDS_ERRORDEBUG 0x10
  39.  
  40.     #endif